home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / catapult / catapult.exe / ALPHA / RWSPERF.INI < prev    next >
INI File  |  1996-05-30  |  3KB  |  76 lines

  1. [info]
  2.  
  3. drivername=rwssrv
  4. symbolfile=rwsperf.h
  5.  
  6. [languages]
  7. 009=English
  8.  
  9. [text]
  10. RWSSRV_COUNTER_OBJ_009_NAME=RWS Server
  11. RWSSRV_COUNTER_OBJ_009_HELP=Remove Window Socket server
  12.  
  13.  
  14. COUNTER_ActiveSessions_009_NAME=Active Sessions
  15. COUNTER_ActiveSessions_009_HELP=Number of active sessions  (CSession objects)
  16.  
  17. COUNTER_ActiveTCPConnections_009_NAME=Active TCP Connections
  18. COUNTER_ActiveTCPConnections_009_HELP=Total number of active TCP  connections (CConnection objects for TCP), active means doing Data-Pump. Connections that are in the "connect" call are counted elsewhere.
  19.  
  20.  
  21. COUNTER_ActiveUDPConnections_009_NAME=Active UDP Connections
  22. COUNTER_ActiveUDPConnections_009_HELP=Total number of active UDP connections (CConnection objects for TCP)
  23.  
  24.  
  25. COUNTER_ConnectingTCPConnections_009_NAME=Connecting TCP Connections
  26. COUNTER_ConnectingTCPConnections_009_HELP=Total number of connections (CConnection objects) that are waiting for remote "connect()" call to finish.
  27.  
  28.  
  29. COUNTER_BackConnectingTCPConnections_009_NAME=Back-Connecting TCP Connections
  30. COUNTER_BackConnectingTCPConnections_009_HELP=Total number of connections (CConnection objects) that are waiting for in-bound "connect()" call to finish. These are connections done from RWS to a client after RWS accepted a connection from the Internet on a listening socket.
  31.  
  32.  
  33.  
  34. COUNTER_AcceptingTCPConnections_009_NAME=Accepting TCP Connections
  35. COUNTER_AcceptingTCPConnections_009_HELP=Number of connection objects that wait for TCP connection from the client (after a successful remote connect)
  36.  
  37.  
  38.  
  39. COUNTER_ListeningTCPConnections_009_NAME=Listening TCP Connections
  40. COUNTER_ListeningTCPConnections_009_HELP=Number of connection objects that wait for TCP connections from the Internet (after a successful remote listen)
  41.  
  42.  
  43. COUNTER_WorkerThreads_009_NAME=Data Worker Threads
  44. COUNTER_WorkerThreads_009_HELP=The number of Data-Pump worker threads that are alive.
  45.  
  46.  
  47.  
  48. COUNTER_AvailableWorkerThreads_009_NAME=Available Data Worker Threads
  49. COUNTER_AvailableWorkerThreads_009_HELP=The number of Data-Pump worker threads that are available (waiting in completion port queue)
  50.  
  51.  
  52.  
  53. COUNTER_AllocFailureLogs_009_NAME=Alloc Failure Logs
  54. COUNTER_AllocFailureLogs_009_HELP=Number of times "new" or "malloc" failed.
  55.  
  56.  
  57. COUNTER_PumpTotalRead_009_NAME=Bytes Read/sec
  58. COUNTER_PumpTotalRead_009_HELP=Number of bytes read by data-pump per second
  59.  
  60. COUNTER_PumpTotalWrite_009_NAME=Bytes Written/sec
  61. COUNTER_PumpTotalWrite_009_HELP=Number of bytes written by data-pump per second
  62.  
  63. COUNTER_PendingGetXByY_009_NAME=Pending GetXByY
  64. COUNTER_PendingGetXByY_009_HELP=Number of calls to gethostname/gethostbyaddr that have not yet returned.
  65.  
  66. COUNTER_SuccessGetXByY_009_NAME=Successful GetXByY
  67. COUNTER_SuccessGetXByY_009_HELP=Number of calls to gethostname/gethostbyaddr that have returned sucessfuly.
  68.  
  69. COUNTER_FailedGetXByY_009_NAME=Failed GetXByY
  70. COUNTER_FailedGetXByY_009_HELP=Number of calls to gethostname/gethostbyaddr that have failed.
  71.  
  72. COUNTER_CtrlWorkerThreads_009_NAME=Control Worker Threads
  73. COUNTER_CtrlWorkerThreads_009_HELP=The number of Control-Channel worker threads that are alive.
  74.  
  75. COUNTER_CtrlAvailableWorkerThreads_009_NAME=Available Control Worker Threads
  76. COUNTER_CtrlAvailableWorkerThreads_009_HELP=The number of Control-Channel worker threads that are available (waiting in completion port queue)